home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Aminet
/
comm
/
tcp
/
DynamicIP.lha
/
Dial.scp
next >
Wrap
Text File
|
1994-12-28
|
685b
|
32 lines
@ Dial.scp (28-Dec-94)
@ Dial into a SLIP account.
@ IanSmith@psu.edu (Ian M. Smith)
@
@ The script below will need to be edited to fit your specific
@ dialup system.
parity 8N1
baud 57600
send "ATZ*R" @ Initalize modem
wait "ok"
send "AT&D0" @ This disables DTR
wait "ok"
send "ATDT???-????*R" @ Insert phone number here
wait "login:"
send "*R" @ Insert username here
wait "Password:"
send "*R" @ Insert password here
wait "choice:" @ Change these
send "slip*R" @ as needed
capture "AmiTCP:Slip.Data"
wait "Gateway"
delay 1
capture OFF
SERialdevice NONE
@AmiTCP:Online.Rexx @ Call the Online.Rexx script
delay 10
exit VLT